@charset"utf-8";

/* CSS Document */

.wrap {
	width: 1200px;
	margin: 0 auto;
	zoom: 1;
}
.wrap:after, .wrap:before {
	display: table;
	content:'';
}
.wrap:after {
	clear: both;
}
.textOver {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.over {
	overflow: hidden;
}
.alC {
	text-align: center;
}
.alL {
	text-align: left;
}
.alR {
	text-align: right;
}
.displayT {
	width: 100%;
	height: 100%;
	display: table;
}
.tableC {
	display: table-cell;
}
.inlineB {
	display: inline-block;
}
.middle {
	vertical-align: middle;
}
.noml {
	margin-left: 0!important;
}
.trans {
	-webkit-transition: all 300ms ease 0s;
	-moz-transition: all 300ms ease 0s;
	-ms-transition: all 300ms ease 0s;
	-o-transition: all 300ms ease 0s;
	transition: all 300ms ease 0s;
}
.imgZoom img:hover {
	transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
}


/*首页标题*/
.ml-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin: 80px 0 20px;
	padding-bottom: 15px;
	color: #333;
	background: url(../images/fenx.png) no-repeat center bottom;
}
.i-tit02{
	font-size: 14px; 
	color: #999;
	line-height: 22px;
	clear: both;
	width: 850px;
	margin: 15px auto 35px auto;
	text-align:center;
	
}


.index .i-domain .list {
	max-height: 575px;
	text-align: center;
}
.index .i-domain .list .close-box {
	width: 220px;
	padding: 30px 0;
	min-height: 515px;
	cursor: pointer;
	-webkit-transition: width .5s, height .5s, opacity 1s;
	transition: width .5s, height .5s, opacity 1s;
}
.index .i-domain .list .close-box .main {
	width: 180px;
	margin: 0 auto;
}
.index .i-domain .list .close-box.close {
	width: 220px;
	opacity: 1;
}
.index .i-domain .list .cb0 {
	background:#00923f;
}
.index .i-domain .list .cb1 {
	background: #0093dd;
}
.index .i-domain .list .cb1-2 {
	background: url(../images/id_bg2.png);
}
.index .i-domain .list .cb2 {
	background: url(../images/id_bg3.png);
}
.index .i-domain .list .close-box .img {
}
.index .i-domain .list .close-box .t {
	padding: 20px 0;
	font-size: 20px;
	color: #fff;
}
.index .i-domain .list .close-box .t span {
	display: block;
	width: 32px;
	height: 3px;
	margin: 20px auto 0;
	background: rgba(255, 255, 255, 0.8);
}
.index .i-domain .list .close-box .bf {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 25px;
	text-align: center;
}
.index .i-domain .list .close-box .bf p{
	font-size: 14px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 25px;
	text-align: center;
}
.index .i-domain .list .open-box {
	width: 0;
	background:#f5f5f5;
	padding: 40px 0 60px;
	min-height: 475px;
	-webkit-transition: width .7s;
	transition: width .7s;
	text-align: left;
}
.index .i-domain .list .open-box .main {
	width: 670px;
	padding: 0 45px;
}
.index .i-domain .list .open-box.open {
	width: 760px;
}
.index .i-domain .list .open-box .t {
	margin-bottom: 15px;
	font-size: 20px;
	color: #00923f;
}
.index .i-domain .list .open-box .m p {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	width: 115px;
	line-height: 35px;
	background:  #00923f;
}
.index .i-domain .list .lanse .t {

	color:#0093dd;
}
.index .i-domain .list .lanse .m p {

	background:#0093dd;
}



.index .i-domain .list .open-box .t a {
	font-size: 20px;
	color: #333;
}


.index .i-domain .list .open-box .img {
	width: 100%;
	text-align: center;
}
.index .i-domain .list .open-box .bf {
	margin: 15px 0;
	font-size: 14px;
	color: #777;
	line-height: 25px;
	margin-bottom: 25px;
}
.index .i-domain .list .open-box .bf pre {
	font: 13px Arial, "Microsoft Yahei";
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
	color: #777;
	line-height: 25px;
}
.index .i-domain .list .open-box .bf pre p {
	color: #777;
	line-height: 25px;
}
.index .i-domain .list .open-box .m {
}

.index .i-domain .list .open-box .m p:hover {
	background:#09ad50;
	color: #fff;
}
.index .i-domain .list .lanse .m p:hover {
	background: #00a2e9;
	color: #fff;
}


@media only screen and (max-width: 1280px) {
	.index .i-domain .list .open-box {
		padding: 20px 0 40px;
	}
	.index .i-domain .list .open-box.open {
		width: 610px;
	}
	.index .i-domain .list .open-box .main {
		width: 570px;
	}
	.index .i-domain .list .close-box {
		width: 180px;
		padding: 20px 0 0;
	}
	.index .i-domain .list .close-box .main {
		width: 150px;
	}
}

.w1200{
	width:1200px;
	margin: 0 auto;
	overflow: hidden;
}
.ystitle{
	font-size: 45px;
    text-align: center;
    padding-top: 86px;
    font-weight: bold;
    color: #333;
}
.ystitle span{
	display: block;
    color: #fff;
    padding-bottom: 10px;
    font-size: 30px;
    font-weight: normal;
}
.ystitle em{
    color: #00923f;
}
.ystitle em#lvse{
    font-size: 55px;
    padding-top: 20px;
    position: relative;
    top: 5px;
}

.youshi01{
	background: #fff url(../images/ys01.jpg) no-repeat center center;
	height:702px;
	margin-top: 80px;
}

.youshi02{
	background: #fff url(../images/ys02.jpg) no-repeat center center;
	height:573px;
}
.aa01{
	color: #0093dd;
	font-size: 25px;
	font-weight:bold;
}
.aa02{
    color: #bbb;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.youshi p{
	font-size: 14px;
	color: #666;
	line-height:28px;
}
.youshi p em{
    font-size: 22px;
    color: #0093dd;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
.ys01{
	padding-top: 130px;
    padding-left: 115px;
}
.ys02{
	padding-top: 35px;
    padding-left: 115px;
}
.ys03{
	padding-top: 130px;
    padding-left: 710px;
}
.ys04{
	padding-top: 35px;
    padding-left: 710px;
}

.ystel{
	font-size: 35px;
    color: #00923f;
    position: relative;
    bottom: 62px;
    left: 55px;
    font-family: Arial, "微软雅黑", sans-serif;
}
.ystel span{
	display: block;
    font-size: 12px;
    color: #666;
}